home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 98 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.rmii.com!usenet
  2. From: jcoffin@rmii.com (Jerry Coffin)
  3. Newsgroups: comp.std.c
  4. Subject: Re: Meaning of __STDC__?
  5. Date: Sat, 13 Jan 1996 20:07:46 GMT
  6. Organization: TAEUS
  7. Message-ID: <4d8ved$bdu@natasha.rmii.com>
  8. References: <4d6673$8to@mailgate.bridgewater.ne.hcc.com>
  9. NNTP-Posting-Host: slip8142.rmii.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. kennedy@   (John W Kennedy) wrote:
  13.  
  14. >Is there an official statement as to what __STDC__ means?  Does it mean "This
  15. >compiler (in its current operating mode) fully supports ANSI Standard C," or
  16. >does it mean "This compiler (in its current operating mode) disallows all
  17. >extensions to ANSI Standard C."?  In my opinion, common practice and the
  18. >Rationale both support the former, rather than the latter, but is
  19. >there an official ruling?
  20.  
  21. AFAIK, as long as any extensions fit the standard, they're legal.  E.g.
  22. a compiler is free to include extended fucntions and/or keywords as long
  23. as their identifiers are in the implementor's name space.
  24.     Later,
  25.     Jerry.
  26.  
  27. /* I can barely express my own opinions; I certainly can't
  28.  * express anybody else's.
  29.  *
  30.  * The universe is a figment of its own imagination.
  31.  */
  32.  
  33.